2027 Method
Changes 8
M

SizingOptions.SetNextAvailableSize

Description:
Sets the next available size based on the specified inner diameter.
Overloads (2):
public void SetNextAvailableSize(
	double innerDiameter,
	ISet<MEPSize> availableSizes
)
  • Double
    innerDiameter
    The inner diameter threshold that the next available size must exceed.
  • ISet<MEPSize>
    availableSizes
    The sorted list of available sizes, where the smallest possible size yet larger than the specified inner diameter will be selected.